

@charset "UTF-8";
/* 全局效果 */
.s_img img:hover {   
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}


/* 移动设备样式 */
@media screen and (max-width:768px) {
/*头尾模板*/
  
  
  
}

/*PC端样式*/
@media only screen and (min-width: 769px) {
/* 首页简介
  .response-animated {
    height: auto !important;
}
  
  
 
  .swiper-container {
    height: inherit;
    position: relative;
    height: 25vw !important;
    overflow: hidden;
    max-height: 480px;
}
 .e_bannerA-1 {
    height: auto !important;
}
 */
}